home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / tfig312e.zip / INTRO < prev    next >
Text File  |  1991-03-05  |  4KB  |  94 lines

  1.  
  2.  
  3.  
  4. Telix is a complete communications program for Personal Computers using the
  5. PC/MS-DOS operating system.
  6.  
  7. Telix features:
  8.  
  9. Built-in file transfer protocols, including:
  10.  
  11.      Zmodem    Compuserve Quick B  Xmodem    Xmodem-1k Xmodem-1k-g
  12.      Ymodem-g  Ymodem (TRUE)       Kermit    SEAlink   Telink
  13.      Modem7    ASCII
  14.  
  15. Telix allows up to four external protocols<EXTPROTO> to be defined and called
  16. from within Telix. Between the inernal and external protocols, almost any kind
  17. of file/data transfer is possible with Telix.
  18.  
  19. Telix uses multiple <dial>ing directories, each holding up to 1000 entries.
  20. An entry contains information required for communicating with remote services,
  21. such as the phone number and communications parameters.
  22.  
  23. Automatic queue redialing for hard-to-reach numbers.
  24.  
  25.  
  26. Reliable DEC VT102 and VT52 <terminal> emulation. Keys may be redefined by the
  27. user.
  28.  
  29. Extensive SALT <script> language. allowing Telix to perform automated logons
  30. and many more complicated functions. As an example of the power of script
  31. files, the Telix Host Mode is written in the SALT script language.
  32.  
  33. Full access to DOS including a DOS shell, a DOS Command option, and full path
  34. support.
  35.  
  36. <Host> Mode with file transfers, operator paging, a Remote DOS shell, and two
  37. access levels.
  38.  
  39. Chat Mode, keyboard macros, a scroll-back buffer, session capture, usage log,
  40. translate table, and a variety of other features. Above all however, Telix is
  41. FAST, and has powerful, friendly, user interface.
  42.  
  43. Telix will function on an IBM PC, XT, AT, PS/2, or true compatible with one
  44. hard drive and one floppy drive, or two floppy drives, and with at least 180k
  45. of free memory. This (188k) is memory available after DOS has been loaded. For
  46. a few functions, such as the DOS Shell, more memory is helpful. Telix will
  47. support up to 8 defined comm ports (COM1 through COM4 are predefined), any
  48. number of disk drives, and a printer connected to the parallel port.
  49.  
  50.  
  51. To get full use of Telix your modem must meet certain standards as well,
  52. especially for the Host Mode script. The Carrier Detect signal should not be
  53. forced high (on) by the modem, so that Telix can tell when you are online. 
  54.  
  55. This is usually controlled by the setting of a dip switch on the modem, or a
  56. modem command. The DTR (Data Terminal Ready) signal should not be ignored by
  57. the modem.
  58.  
  59. Telix can have a number of files open, especially during Host Mode and a few
  60. other instances. If Telix tells you it is having problems opening files then
  61. it is probable that including the line: files=20 in your CONFIG.SYS file could
  62. clear up the problem. For more information on the config.sys file see your DOS
  63. manual.
  64.  
  65. Start-Up Directory
  66.  
  67. When you operate Telix, it will remember the disk directory you ran it from.
  68. After this point, even if you have changed the current directory with the
  69. 'Change directory' command, Telix will know that it should look for its
  70. program files on the start-up directory. Some files will also be written on
  71. this directory unless you specify another.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. If you set the environment variable 'TELIX', Telix will have another (more
  80. reliable) way of knowing where to look for its files. The command is:
  81.  
  82.                               set TELIX=pathname
  83.  
  84. where pathname is a the legal DOS pathname of the directory in which the Telix
  85. files are located. Do not leave any space between the '=' and the arguments.
  86. For example, if you used 'set TELIX=C:\TELIX\', Telix would know to look for
  87. its files in the Telix directory on drive C. This way, no matter where you run
  88. it from, Telix will always be able to find its files. To reset this environ-
  89. ment variable to nothing the command is:
  90.  
  91. set TELIX=
  92.  
  93. For more information on environment variables see your PC/MS-DOS manual.
  94.